+Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
+ gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
+ in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
+
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
+Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
+ gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
+ in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
+
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
+Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
+ gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
+ in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
+
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
+Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
+ gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
+ in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
+
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
+Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
+
+ * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
+ gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
+ in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
+
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
break;
case CHILD_PROP_EXPAND:
- gtk_tool_item_set_homogeneous (GTK_TOOL_ITEM (child), g_value_get_boolean (value));
+ gtk_tool_item_set_expand (GTK_TOOL_ITEM (child), g_value_get_boolean (value));
break;
default: